From c925a6b87df8d5268b868b660fb857335ae7a870 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Mon, 21 Jun 2004 06:48:59 +0000 Subject: [PATCH] bitkeeper revision 1.988.1.1 (40d684dbwUdI_vXbxca8SVxCnwHYlw) Build and install linux modules in main Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index aed192802c..0703b546b7 100644 --- a/Makefile +++ b/Makefile @@ -54,10 +54,14 @@ linux_%_config: # build and install to a specified install name linux_%: + $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen modules + $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen INSTALL_NAME=$(subst linux_,$(LINUX_VER)-,$(@)) INSTALL_MOD_PATH=$(INSTALL_DIR) modules_install $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen INSTALL_NAME=$(subst linux_,$(LINUX_VER)-,$(@)) INSTALL_PATH=$(INSTALL_DIR) install # shorthand with no siffix linux: + $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen modules + $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen INSTALL_NAME=$(subst linux_,$(LINUX_VER)-,$(@)) INSTALL_MOD_PATH=$(INSTALL_DIR) modules_install $(MAKE) -C linux-$(LINUX_VER)-xen ARCH=xen INSTALL_PATH=$(INSTALL_DIR) install # build xen, the tools, and a domain 0 plus unprivileged linux-xen images, -- 2.30.2